home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000263_news@columbia.edu _Fri Nov 5 16:59:51 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA28204
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 5 Nov 1999 16:59:51 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA18104
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 5 Nov 1999 16:31:27 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Paging Script for Ckermit-6.0192
  11. Date: 5 Nov 1999 21:31:26 GMT
  12. Organization: Columbia University
  13. Message-ID: <7vvibe$hll$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <38234654.F462803F@ot.com>, Mike  <founder@ot.com> wrote:
  17. :     Does anyone have a unix script for alphanumeric paging ?  I am in
  18. : the process of setting up Big Brother, but before that I need to have
  19. : Kermit successfully paging.  I can get it to dial out but when it gets
  20. : to the id request, it always times out, and I get the failed message.
  21. :     I have also check around on some sites but havent seen anthing to
  22. : point out what the problem might be.  If anyone has any suggestions, it
  23. : would be appreciated.
  24. The best place to look is the Kermit site:
  25.  
  26.   http://www.columbia.edu/kermit/
  27.  
  28. Here you could search for "pager" or "alphanumeric page" and find what
  29. you're looking for.  In particular:
  30.  
  31. ftp://kermit.columbia.edu/kermit/scripts/ckermit/alphapage
  32.   The alphanumeric pager script for C-Kermit 7.0
  33.  
  34. ftp://kermit.columbia.edu/kermit/scripts/ckermit/alphapage6
  35.   The alphanumeric pager script for C-Kermit 6.0
  36.  
  37. C-Kermit 7.0, now in late Beta, is recommended:
  38.  
  39.   http://www.columbia.edu/kermit/ck70.html
  40.  
  41. Also be sure to read:
  42.  
  43. http://www.cc.columbia.edu/kermit/pagers.html
  44.   "Kermit Software and Pagers"
  45.  
  46. - Frank